Package com.netscape.certsrv.cert
Class CertRevokeRequest
java.lang.Object
com.netscape.certsrv.cert.CertRevokeRequest
- All Implemented Interfaces:
JSONSerializer
- Author:
- Endi S. Dewata
-
Field Summary
Fields inherited from interface com.netscape.certsrv.util.JSONSerializer
logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
static CertRevokeRequest
static CertRevokeRequest
getNonce()
int
hashCode()
void
setComments
(String comments) void
setEncoded
(String encoded) void
setInvalidityDate
(Date invalidityDate) void
void
toXML()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.netscape.certsrv.util.JSONSerializer
toJSON
-
Constructor Details
-
CertRevokeRequest
public CertRevokeRequest()
-
-
Method Details